projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0e4d3f
)
Comment fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jan 1994 15:03:01 +0000
(15:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jan 1994 15:03:01 +0000
(15:03 +0000)
lisp/progmodes/c-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-mode.el
b/lisp/progmodes/c-mode.el
index b5133435376679f83d6b56528b62bac314daafde..246beb149be14b79ed9dc5dc49296920114d0f39 100644
(file)
--- a/
lisp/progmodes/c-mode.el
+++ b/
lisp/progmodes/c-mode.el
@@
-80,8
+80,6
@@
(define-key c-mode-map [menu-bar c forward-stmt]
'("Forward Statement" . c-end-of-statement))
-;; cmacexp is lame because it uses no preprocessor symbols.
-;; It isn't very extensible either -- hardcodes /lib/cpp.
(autoload 'c-macro-expand "cmacexp"
"Display the result of expanding all C macros occurring in the region.
The expansion is entirely correct because it uses the C preprocessor."